Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new sentinel incident is created, this playbook gets triggered and runs the specified AWS Systems Manager Automation Runbook. The playbook will wait for the runbook execution to complete and then update the incident with the runbook execution status.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | AWS Systems Manager |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 1 |
function |
Built-in | 0 | 3 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
function (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| GetAutomationExecution_status | — | — | functionId=[concat(variables('AWSSSMFuntionsAppId'), '/functions/GetAutomationExecution')] |
| GetAutomationExecution | — | — | functionId=[concat(variables('AWSSSMFuntionsAppId'), '/functions/GetAutomationExecution')] |
| StartAutomationExecution | — | — | functionId=[concat(variables('AWSSSMFuntionsAppId'), '/functions/StartAutomationExecution')] |
📄 Source: AWSSystemsManagerPlaybooks/AWS-SSM-RunAutomationRunbook/readme.md
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:


Once deployment is complete, authorize each connection.
Refer to AWS Systems Manager API Function App Connector documentation for Function App Application Settings (Access Key ID, Secret Access Key and Region) update instruction.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊